home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / misc / selector60.lha / Selector / Readme < prev    next >
Encoding:
Text File  |  1997-12-11  |  7.8 KB  |  220 lines

  1. Short:    Powerful script based launching tool.
  2. Author:   di3andpe@ida.his.se (Anders Persson)
  3. Uploader: stefan.nilsson@mailbox.hogia.net (Stefan Nilsson)
  4. Version:  6.0
  5. Type:     util/misc
  6. Replaces: util/misc/selector55.lha
  7.  
  8.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  9.   * Description *
  10.  
  11.   Highly configurable launching tool for almost any purpose. But
  12.   it is not yet another program like toolsdeamon or launchingpad.
  13.   Selector serves as a complement to these types of programs. It's
  14.   more like a script language.
  15.  
  16.   Selector is a powerful tool to use within shell scripts or to
  17.   make a little GUI for your CLI type program. I have for example
  18.   made a GUI for GMPlay (mus/midi/GMPlayGUI15.lha on Aminet) using
  19.   selector.
  20.   
  21.   It is really easy to produce a button panel, info window, popup menu
  22.   or a little requester with selector.
  23.  
  24.  
  25.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  26.  * Requirements *
  27.  
  28.  Selector needs AmigaDos2.0 or better.
  29.  Some new features need AmigaOS3.1
  30.  Some of the included examples need AmigaOS3+
  31.  
  32.  
  33.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  34.  * What's new in Selector 6.0 (971211) **
  35.  
  36.   -The screen command was splitted into "Screen" and "OpenScreen". Screen is
  37.    used to open the window on an allready open screen. OpenScreen is used to
  38.    open your own screen.
  39.   
  40.   -The screen command is no longer restricted to public screens. Selectors
  41.    window can now be opened on any screen. The screen option "default" no
  42.    longer means that the window should be opened on the default pubscreen.
  43.    It means that the window will be opened on the active screen, (the
  44.    screen at front), pubscreen or not.
  45.   
  46.   -With the new screen option "Jump", the window will jump from screen to
  47.    screen when you switch screens.
  48.  
  49.   -With the new command "Popup", the window waits to open until a set
  50.    of specified criterias is satisfied. You can for example get the window
  51.    to pop up every time you move the mouse to the bottom of the screen,
  52.    or when you press both mouse buttons.
  53.    
  54.   -New button/onchange/onexit options "Popup" and "ClosePopup".
  55.   
  56.   -New event commands: "OnPopup" and "OnPopupClose".
  57.   
  58.   -New command: "MarkButton" to mark the button under the
  59.    mouse pointer.
  60.    
  61.   -You can now have a script called "env:selector.settings" that
  62.    contains your default settings.
  63.   
  64.   -With the new command "Include", you can include a selector
  65.    script file into another script file.
  66.   
  67.   -The "Font" command was extended with the OrDefault option.
  68.    
  69.   -BugFix: You can now use multicolor fonts.
  70.   
  71.   -BugFix: The window wasn't updated correctly when using the frommax
  72.    option to the X/Y commands.
  73.    
  74.   -Bugfix: All events was stopped at midnight.
  75.   
  76.   -The button/onchange/onexit option "Update" no longer reloads the source.
  77.    It only updates variables, window etc. The new option "LoadUpdate" acts
  78.    in the same way the old "update" did.
  79.   
  80.   -New Command: VarCheckTime [time]. Sets the time between every
  81.    variable check performed by the OnChange command. Default is 2 seconds.
  82.    
  83.   -The default values for "darkcolor" and "lightcolor" are now calculated from
  84.    the screens palette.
  85.   
  86.   -The default forground color is now 1, instead of dark
  87.  
  88.   -The window is no longer updated if it doesn't have to. (If the contents of
  89.    the window will remain the same after the update).
  90.   
  91.   -The variables can now be nested!
  92.   
  93.   -New local constants: [PID] and [VER]
  94.  
  95.   -Non existing variables are now replaced with nothing ("") instead of the
  96.    name of the variable. This is also the case with unstated arguments. This
  97.    makes command lines like: 'defenv opa1 ""' or 'defarg arg1 ""' completely
  98.    unnecessary.
  99.    
  100.   -Most commands can now be stated with no arguments without unwanted
  101.    drawbacks. If you for example have the script:
  102.    
  103.       color [textcolor]
  104.       text "Hello"
  105.       
  106.    If now the variable 'textcolor' doesn't exist, then there is no change
  107.    in color at all. In previous versions, the color would have been set
  108.    to 0, and the "Hello" would not appear (since the default background
  109.    also is 0).
  110.    
  111.   -The copyrights are changed (again). Please read them through!
  112.  
  113.    
  114.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  115.  * Copyrights *
  116.  
  117.   Distribution:
  118.   
  119.     Selector is Copyrighted (C) 1997 by Anders Persson, but you can
  120.     distribute it with your freeware software (your selector scripts,
  121.     programs or whatever) as long as you also include the readme
  122.     file (Selector/Selector60.readme).
  123.   
  124.     You can also include selector with any shareware or commercial
  125.     software, as long as you send me a registred version of your
  126.     product. (And include the readme file.)
  127.  
  128.   Personal Usage:
  129.  
  130.     Selector is now a kind of share/gift-ware. If you are using selector,
  131.     then you MUST give me SOMETHING! You can give me anything, preferably
  132.     money! The problem with shareware, is that people doesn't pay
  133.     anyting anyway. At least not if the program not is crippled. And that's
  134.     something I really hate: A crippled program, with a price set WAY to
  135.     high for the non-crippled version. This is why I offer you a way to self
  136.     decide how much selector is worth to you. Money (any amount, any
  137.     currency) or perhaps a program that you have made yourself... Postcards
  138.     are welcome! When you pay, then I would very much appreciate if you
  139.     included a letter and told me how you are using selector and what you
  140.     think about it.
  141.     
  142.     My address can be found in the guide document.
  143.     
  144.   
  145.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  146.  * Also Try *
  147.  
  148.  Aminet: comm/misc/BorayLetter52.lha
  149.  
  150.     Boray Letter, "The king of letter programs". Maybe you 
  151.     don't know what a letter program is. Well, it was something that 
  152.     started on the C64. You could use the keyboard to write a message 
  153.     to your friend, and when he looked at it, it was played in the same 
  154.     way it was written.... BorayLetter is that, and much more. You can 
  155.     for example draw lines, wait for a key to be pressed or even 
  156.     animate and make your own little cartoons!!!
  157.  
  158.     When you for example draw a line in your letter, only the
  159.     coordinates for the line are saved to the file. All graphics works
  160.     in this way. This leads to an extremely spacesaving fileformat.
  161.     For example, the demo letter "Cecdic" contains 4:30 minutes of
  162.     cartoons. And it's only 32K big (uncompressed). Yes, it's not even
  163.     compressed. If you pack it with SHRINK, it will be 21K, or 24K
  164.     with lha.
  165.  
  166.  
  167.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  168.  * Also Try *
  169.  
  170.  Aminet: mods/boray
  171.  
  172.      My DigiBooster and Protracker music modules.
  173.      
  174.      Why not try the 4 latest:
  175.      
  176.     mods/boray/DayUnknown.lha    (DIGI Booster module by Boray 97/12/01)
  177.     mods/boray/HELGON.lha        (DIGI Booster module by Boray 97/11/02)
  178.      mods/boray/PsalmAP2Alt.lha    (DIGI Booster module by Boray 97/09/23)
  179.      mods/boray/IAmGenerated.lha    (DIGI Booster module by Boray 97/09/15)
  180.  
  181.      
  182.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  183.  * Also Try *
  184.  
  185.  Aminet: mus/midi/GMPlayGUI15.lha
  186.  
  187.     Nice GUI for GMPlay1.3!!! (Made with selector)
  188.  
  189.     Features:
  190.  
  191.     * Play all midi files in a directory in random order.
  192.  
  193.     * Play Next -button (the current playing tune is stopped,
  194.       and the next will be played)
  195.  
  196.     * Pause button
  197.  
  198.     * Choose singel file to play
  199.  
  200.     * Alter PlayDir
  201.  
  202.     * Get information about current playing tune
  203.  
  204.     * Options: like Frequence, Priority, Unpacking, Stereo,
  205.       filters, font, color and more
  206.  
  207.     * Possibility to save separate options for each midi file.
  208.  
  209.     * Move midi files
  210.  
  211.     * External Play-next command that can be used to get a
  212.       Play-next-hotkey
  213.       
  214.  
  215.  Update Note:   You can update GMPlayGUI by copying Selector/Selector
  216.                 to GMPlayGUI13/Selector
  217.       
  218.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  219.  
  220.